home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / fu / formulas / leemandel2.form < prev    next >
Encoding:
Text File  |  1995-12-21  |  213 b   |  28 lines

  1. LeeMandel2
  2. {
  3.     {
  4.         mirrorxy
  5.         x1=-1.0
  6.         x2= 1.0
  7.         y1=-0.95
  8.         y2= 0.95
  9.         bailout=2.0        ; Bailoutvalue
  10.     }
  11.     {
  12.         z=pixel
  13.         d=pixel*pixel
  14.     }
  15.     {
  16.         c=d/z
  17.         c=c+z
  18.         c=c*pixel
  19.         z=c*c
  20.         w=abs(z)
  21.     }
  22.     {
  23.         w>bailout
  24.     }
  25.     {
  26.     }
  27. }
  28.